HURD Processes

HURD processes are Mach tasks. HURD has various servers which provide process management. Servers that fall into this category include auth which handles the privileges of processes, exec which starts processes and proc which reports on the status of processes. The crash server handles processes which crash; it allows them to be attached to with a debugger or have images dumped to disc or simply killed off.